@media only screen and (max-width:769px) {
    .navbar-logo img{
        max-height: 50px;
    }
}
.h-200 {
    max-height: 200px!important;
}
.m-b-14{
	margin-bottom: 14px!important;
}

.p-08{
	padding: 0.8rem;!important;
}
.modal{
	/*z-index:99999 !important;*/
	z-index:9999 !important;
}

.disable-selection {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none;
  }
/*Minimum Width */

.mi-w-150{
	min-width: 150px;
}

.mx-w-200{
	max-width: 200px;
}

/*More Css Start*/
.more{
	text-align: justify;
	word-break: normal;
}

.morecontent span {
	display: none;
}
.morelink {
	display: block;
	color: #367fa9!important;
}

/*More Css End*/

/*Datepicker CSS*/
/*.datepicker.dropdown-menu {
    z-index: 9999 !important;
}*/
.modal{
	z-index:9999 !important;
}

/*Margin CSS*/

.mr-0{
	margin-right: 0!important;
}

/*Padding CSS*/

.p-2{
	padding: 0.125rem!important;
}

.p-5{
	padding: 0.400rem!important;
}

/*Text Vertical Align CSS*/

.t-v-m{
	vertical-align: middle!important;
}

/*Background Color*/

.bg-transparent{
	background-color: transparent!important;
}

/*Dashboard*/

.bg-c-dribble {
	background: -webkit-gradient(linear, left top, right top, from(#fe668c), to(#df4b7b));
	background: linear-gradient(to right, #df4b7b, #fe668c)
}

.text-c-dribble {
	color: #ac4a57;
}

.bg-c-googleplus{
	background: -webkit-gradient(linear, left top,right top, from(#bf4a34), to(#ff4a2e));
	background: linear-gradient(to right, #ff4a2e, #bf4a34);
}

.text-c-googleplus{
	color: #bf4a34 ;
}

.bg-c-pinterest{
	background: -webkit-gradient(linear, left top, right top, from(#f9817f), to(#df3345));
	background: linear-gradient(to right, #df3345, #f9817f);
}

.text-c-pinterest{
	color: #f9817f;
}

.bg-c-instagram{
	background: -webkit-gradient(linear, left top, right top, from(#aa7c62), to(#daa58b));
	background: linear-gradient(to right, #daa58b, #aa7c62);
}

.text-c-instagram{
	color: #aa7c62;
}

.bg-c-viber{
	background: -webkit-gradient(linear, left top, right top, from(#b482d6), to(#d19df4));
	background: linear-gradient(to right, #d19df4, #b482d6);
}

.text-c-viber{
	color: #b482d6;
}

.bg-c-youtube{
	background: -webkit-gradient(linear, left top, right top, from(#e04d3f), to(#fb5143));
	background: linear-gradient(to right, #fb5143, #e04d3f);
}

.text-c-youtube{
	color: #e04d3f;
}

.bg-c-custBlue{
	background: -webkit-gradient(linear, left top, right top, from(#358caf), to(#3eaed5));
	background: linear-gradient(to right, #3eaed5, #358caf);
}

.text-c-custBlue{
	color: #358caf;
}

.bg-c-facebook {
	background: -webkit-gradient(linear, left top, right top, from(#ac2d63), to(#f93e9b));
	background: linear-gradient(to right, #f93e9b, #ac2d63);
}

.text-c-facebook {
	color: #ac2d63
}

.bg-c-custGreen {
	background: -webkit-gradient(linear, left top, right top, from(#5ac279), to(#59c252));
	background: linear-gradient(to right, #59c252, #5ac279);
}

.text-c-custGreen {
	color: #5ac279
}

.bg-c-custYellow {
	background: -webkit-gradient(linear, left top, right top, from(#fef37e), to(#b9ab47));
	background: linear-gradient(to right, #b9ab47, #fef37e)
}

.text-c-custYellow {
	color: #b9ab47
}

.btn-pink{
	background-color: #ff4182;
	border: none;
}

.c-pink{
	color: #ff4182;
}

.c-purple{
	color: #512149;
}

.sub-title{
	text-transform: none;
}

.cust-table td{
	text-align: justify;
	white-space: normal!important;
}

.md-tabs .custNavItem{
	width: calc(100% / 2)!important;
}
.nav-tabs .custSlide{
	width: calc(100% / 2)!important;
}

.b-10{
    bottom: 10!important;
width: 90%!important;
    left: 5%!important;
}
@media only screen and (max-width: 768px) {
    .b-10{
        bottom: 0!important;
        top:2;
    }
}

body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar{
    position: fixed!important;
}

li.nav-item.disabledTab {
    pointer-events: none;
	cursor: not-allowed !important;
}

.btn-xs {
    padding: 0px 10px;
    line-height: 16px;
    font-size: 11px;
}

.pointer {
	cursor: pointer;
}

.dropzone.dz-clickable a {
    cursor: pointer;
    color: black;
}

.pcoded .pcoded-header[header-theme="theme6"] a {
    color: #404E67!important;
}